/*!
Theme Name: WordPress Theme / Giag Theme
Author: WordPress Theme /  Giag Theme
Version: 2020
Description: WordPress theme 
*/
@font-face { 
	font-family: 'sabae';
	src: url('css/MyanmarSabae/MyanmarSabae.ttf'); 
	font-weight: 500; 
	font-style: normal; }
@font-face { 
	font-family: 'MasterpieceUniSans'; 
	src: url('https://www.tntynews.com/wp-content/themes/giag theme/giag/css/MasterpieceUniRound/MasterpieceUniSans.ttf'); 
	font-weight: 500; 
	font-style: normal; }
.owl-two.owl-carousel .owl-stage-outer{
	margin-bottom:20px;
}
.owl-two.owl-carousel .owl-nav button {
    background: #d44;
    border: 2px solid #d44;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    width: 36px;
    height: 36px;
    outline: none;
    position: absolute;
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    right: 45px;
}
.owl-carousel .owl-nav button.disabled {
    border: 2px solid #7c7c7c;
    color: #7c7c7c;
    background: 0 0;
    cursor: not-allowed;
}
/* Font embedding (Zawgyi) */
body,p {
/* 	font-family: sans-serif; */
	font-family: "sabae";
/* 	font-family: "MasterpieceUniSans"; */
	font-weight:400;
	line-height:27.58px;
	    letter-spacing: .5px;
	color:#333;
	word-break: break-word;
}
h1,h2,h3,h4,h5{
/* 	font-family: 'Oswald', sans-serif; */
/* 	font-family: "MasterpieceUniRound"; */
	font-family: "sabae";
	font-weight:600;
	line-height:2;
	    letter-spacing: .5px;
	color:#333;
}
/* html, body{
	overflow-x: hidden; 
} */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
input[type="text"],
textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 15px;
  outline: 0;
}
iframe {
  border: 0;
}
.custom-logo-link {
  float: left;
  margin: 0 15px 0 0;
}
.site-title, .site-description {
  display: none;
}

.panel {
  box-shadow: 0 0 0;
  background: none;
}
.navbar {
  margin-bottom: 0px;
  border: 0px;
}
.navbar-collapse {
  padding: 0px;
}
.menu_text {
  float: right;
  margin: 0 0 0 30px;
  line-height: 1;
  color: #fff;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
/* Mega Menu */
.dropdown-menu {
  margin: 0;
}
#menu-main-menu li a {
    font-weight: 500;
}
#mega-menu-wrap-main-menu,.navbar,.mainnav {
    width: 100%!important;
}
.menuitem strong {
    display: block;
    margin-top: 10px;
}
.menuitem a{
	color:#000;
}
#site-menu {
    padding: 0;
}

/* Mega Menu */
.entry-title {
    display: none;
}
.navbar {
   padding: 0;
}

.pull-left {
   display:none!important;
    left: 7%;
    top: 38%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: Montserrat;
	text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.4);
}
.pull-right a {
    -webkit-transition: all ease-in-out 0.2s!important;
    transition: all ease-in-out 0.2s!important;
	color: #fff;
}
.pull-right a:hover {
    text-decoration: none;
    color: #5cba3c;
}
.pull-right {
/*     position: absolute; */
    top: 40%;
    left: 0;
    text-align: right;
    right: 8%;
}
.pull-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pull-right ul li {
    display: inline-block;
    color: #5cba3c;
}
.pull-right ul li i {
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
}
/* Home Page CSS */
#header-section {
/*     z-index: 9;
    width: 100%; */
    background: #222;
/*     background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
	padding-top:10px; */
}
#menu-primary-menu li a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	position: relative;
}
#menu-primary-menu li {
    padding: 10px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#menu-primary-menu li a:before{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#menu-primary-menu li a:hover:before{
  visibility: visible;
  width: 100%;
}
.home {
    background: #F2F2F2;
}
.home #sow-editor-2 {
    margin-top: 30px;
    background: #fff;
    padding: 10px;
}

/* SVG Icon */
.curveDownColor {
    bottom: 16px!important;
    height: 80px;
    transform: rotate(180deg);
    position: absolute;
    bottom: -100px;
    z-index: 555;
    width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
#svg-container {
    position: relative;
}
/* -----------SVG Section End ----------*/
/* ---------- Profile Section ---------- */
.profile-title>h2 {
    font-family: Montserrat!important;
    padding-bottom: 10px;
}
.n2-ss-slider p {
    font-family: Poppins!important;
	padding-bottom: 30px;
}
.profile-more a {
    font-family: Poppins, Arial, sans-serif!important;
    -webkit-transition: all ease-in-out 0.2s!important;
    transition: all ease-in-out 0.2s!important;
    letter-spacing: 0.1em!important;
}
/* ---------- Company Introdution ---------- */
#company-info {
	padding-bottom: 50px;
    position: relative;
}
.company-info h3 {
    font-family: Montserrat;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 40px;
    padding-top: 70px;
}
.company-info h3:before{
	content: '';
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, #1e5799 0%,#ed1c24 0%,#f26522 17%,#ffde17 34%,#00a14b 51%,#00aeef 68%,#21409a 85%,#7f3f98 100%);
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.company-info h4 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    font-family: Montserrat;
    color: #212529;
	padding-bottom: 15px;
}
.company-info p {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 30px;
    margin: 0;
    color: #212529;
	font-family: Poppins;
}
#first-project {
	position: relative;
	padding-bottom: 20px;
}
#first-project h3 {
    font-family: Montserrat;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 40px;
    padding-top: 40px;
}
#first-project h3:before{
	content: '';
    position: absolute;
    height: 3px;
    background: linear-gradient(to right,#1e5799 0%,#ed1c24 0%,#f26522 17%,#ffde17 34%,#00a14b 51%,#00aeef 68%,#21409a 85%,#7f3f98 100%);
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.curveUpColor1 {
    position: absolute;
    z-index: 555;
    height: 80px;
    transform: rotate(0deg);
    top: -30px;
    left: 0px;
    fill: #f4f4f4!important;
}
.company-info a {
    background: #5cba3c;
    padding: 10px 30px 10px 30px;
    color: #ffffff;
    font-size: 90%;
    line-height: 1.5;
	border: 1px solid;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-top: 25px;
	-webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.company-info a:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #5cba3c;
}

/* ---------- Contact ---------- */
#homepage-contact {
  padding-bottom: 50px;
  position: relative;
}
#homepage-contact h3 {
    font-family: Montserrat;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #000;
    position: relative;
	margin-bottom: 40px;
	margin-top: 70px;
}
.curveUpColor {
    position: absolute;
    z-index: 555;
    height: 80px;
    transform: rotate(0deg);
    top: 0px;
	left: 0px;
}
#form-name, #form-mail {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgba(146, 146, 146, 0.07);
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    margin-bottom: 20px;
    padding: 8px 12px;
}
#form-message {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgba(146, 146, 146, 0.07);
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    margin-bottom: 20px;
    padding: 8px 12px;
    height: 160px;
}
#form-phone {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgba(146, 146, 146, 0.07);
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    margin-bottom: 20px;
    padding: 8px 12px;
    width: 100%;
	outline: none;
}
#form-send {
    color: #fff;
    border: 2px solid transparent;
    line-height: 1;
    background: #111;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    width: 150px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 10px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
	float: left;
}
#form-send:hover {
    color: #000;
    background-color: transparent;
    border-color: #111;
}
#contact-area h4 {
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
	letter-spacing: 1px;
	
}

#homepage-contact h3:before {
    content: '';
    position: absolute;
    height: 3px;
    background: linear-gradient(to right,#1e5799 0%,#ed1c24 0%,#f26522 17%,#ffde17 34%,#00a14b 51%,#00aeef 68%,#21409a 85%,#7f3f98 100%);
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
}
a:hover {
    text-decoration: none;
	color: #E51515!important;
}
a{
	text-decoration:none;
	transition: all ease .4s;
}

/* ---------- Single Contact Page ----------*/
.single-contact-page{
	text-align: center;
}
.cntform form.wpcf7-form.init p:nth-of-type(5) {
    width: 100%!important;
}
.cntform form.wpcf7-form.init {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-contact-page h3:before {
    color: rgba(0,0,0,.7);
    content: '';
    position: absolute;
    height: 3px;
    background: linear-gradient(to right,#1e5799 0%,#ed1c24 0%,#f26522 17%,#ffde17 34%,#00a14b 51%,#00aeef 68%,#21409a 85%,#7f3f98 100%);
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}
.single-contact-page h3 {
    font-family: Montserrat;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}
#box-1, #box-2, #box-3 {
    padding: 50px 25px 50px 25px;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 2px 48px 0px rgba(0,0,0,0.06);
	height: 350px;
	transition: all .5s;
}
#box-1:hover {
    transform: translate3d(0,-2px,0);
}
#box-2:hover {
    transform: translate3d(0,-2px,0);
}
#box-3:hover {
    transform: translate3d(0,-2px,0);
}
.single-contact-page i:hover {
    background-color: #ffffff;
    color: #f68e13;
    border: 1px solid #0fa89d;
}
.single-contact-page i {
    background-color: #0fa89d;
    color: rgba(255,255,255,0.98);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 50px;
    text-align: center;
    padding: .5em;
    height: 100px;
    width: 100px;
	margin-bottom: 15px;
}
.single-contact-page h4 {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-family: Montserrat, sans-serif;
}
.single-contact-page p {
    color: #7a7a7a;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 2;
}
.single-contact-page a:hover {
    text-decoration: none;
    color: #0fa89d;
}
.single-contact-page a {
    -o-transition: all .3s;
    color: #7a7a7a;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 2.2;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
#form-map {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
}

/* ========== About Us Page ========== */
.member_info>div p {
    font-size: 15px;
    line-height: 32px;
    margin: 0;
    color: #212529;
    font-family: Poppins;
}
.member_info .sow-image-container img {
    box-shadow: 0 5px 17px rgba(0,0,0,0.19), 0 2px 3px rgba(0,0,0,0.12);
    border-radius: 50%;
	transition: all 0.4s;
}
.member_info .sow-image-container img:hover {
    transform: translate3d(0px,-5px,0px);
}
.member_info h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
}

.mt-5, .my-5 {
    margin-top: 0rem!important;
}
img.footer-logo {
    margin: 0 auto;
}

========= /*Scrollbar Navigation*/ =========
html {
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
      background: linear-gradient(90deg,#201c29,#201c29 1px,#100e17 0,#100e17);
}
body::-webkit-scrollbar-thumb {
	background: -webkit-gradient(linear,left top,left bottom,from(#20a40c),to(#1e2287));
    background: #f00;
  
    box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}

========== /* Coming Soon */ ==========
.wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  animation: fadeIn 1000ms ease;
  -webkit-animation: fadeIn 1000ms ease;
  
}

.wrapper h1 {
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
	text-align: center;
}

.wrapper .dot {
  color: #4FEBFE;
}
/* Topbar */
.topbar {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.topbar>div {
    padding: 0!important;
    margin: 0!important;
}
.topbar ul, #main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.topbar ul li, #main-footer ul li {
    margin-right: 20px;
    line-height: 3;
}
.topbar ul li a {
    font-size: 11px;
    font-weight: 400;
    color: #ccc;
	text-transform:uppercase;
}
.topicon>div>div {
    display: flex;
    justify-content: flex-end;
}
.topbar .topicon li a, #main-footer ul li a {
    font-size: 14px;
    color: #aaa;
}
div#topad section {
    display: flex;
    justify-content: flex-end;
}
#header-section>div {
    padding: 0;
}
#header-section>div>div:nth-child(2) {
/*     max-width: 84%; */
    margin: 15px auto!important;
}
#header-section>div>div:nth-child(2) {
    border-top: 1px solid rgba(255,255,255,0.2);
}
#header-section>div>div>div{
/* 	max-width: 84%; */
    margin: 0 auto!important;
}
div#site-logo, div#topad {
    padding: 0;
    align-items: center;
    display: flex;
}
#topad img {
    margin: 0 auto;
}
#header-section>div>div {
    padding: 0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    letter-spacing: 1px!important;
    font-weight: 500!important;
}

.menubar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
	position:relative;
}
.menubar .ajsearch {
    position: absolute;
    right: 3%;
    z-index: 999;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
/*     padding: 2px!important; */
}

/* Topbar */
/* Footer Section */
#main-footer {
	  position: relative;
    background: #141416;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
#main-footer p {
    color: #a2a2a2;
	margin:0;padding:0;
}
#main-footer a{
	color:#ddd;
}
#main-footer a:hover{
	text-decoration: none;
}
#main-footer>div>div>div {
    align-items: center;
}
#main-footer>div:nth-child(2) {
    background: #000;
	    padding: 10px 0;
}
#main-footer ul{
	justify-content:flex-end;
}

#main-footer .footerup ul li {
    display: flex;
	line-height: 2;
    margin-bottom: 15px;
}
#main-footer .footerup ul li b {
    width: 25%;
}
#main-footer .footerup ul li span {
    width: 75%;
}
#main-footer .footerup ul {
    display: block;
    color: #aaa;
    margin-top: 20px;
}
.footerblog h3, .allheader h3,section#sow-editor-2 h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0 10px;
    color: #ededed;
    border-bottom: 2px solid #4a4a4a;
    position: relative;
	text-transform:uppercase;
}
.footerblog h3:after, .allheader h3:after,section#sow-editor-2 h2:after {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    background: #E51515;
    bottom: -2px;
}

.footerblog iframe,.footerblog div.eapps-widget {
    max-height: 300px;
}
 .footerblog{
    overflow: hidden;
}
.Window__WindowComponent-sc-1wwhwms-1.cYGebV,.Window__Component-sc-1wwhwms-0.ilrTSg {
    width: 100%!important;
	height:300px!important;
}
.kiVzPb>div:last-child {
    display: none!important;
}
.footerblog .gxnjVc {
    padding: 10px!important;
}
.footerup {
    padding: 25px 0;
    flex-wrap: wrap!important;
}

/* Footer Section */
/* Slider Post */
.pjnt-border{
	margin-top:20px;
}
.pjnt-content .pjnt-item a{
	color: #000!important;
	font-family: "sabae";
}
.pjnt-content .pjnt-item a:hover{
	color: #f00!important;
}
.vdoslider {
    margin-bottom: -30px;
}
.pjnt-content .pjnt-item {
	font-size: 13px!important;
}
.bslider .card-img-overlay {
	position:absolute;
	z-index:9;
    top: 55%;
}
.bslider section .card img {
    width: 100%;
    object-fit: cover;
    max-height: 100%;
}
.bslider.sm section .card img {
}
.card{
	border:0 none;
}
.bslider .card-img-overlay h5 a {
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 40px;
    font-weight: 700;
}
.bslider .card-img-overlay h6 a {
    background: #f00;
    padding: 5px 5px;
    border-radius: 3px;
    font-size: 10px;
	    color: #fff!important;
}
.bslider .card-img-overlay a {
    color: #fff;
}
.bslider .card-img-overlay h6,.bslider .card-img-overlay h5  {
    margin-bottom: 5px;
}
a.imgoverlay {
    position: relative;
    overflow: hidden;
}
a.imgoverlay:before {
    position: absolute;
    content: "";
    background: transparent linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0,0,0,0.5) 100%, rgba(0,0,0,0.1) 100%) repeat scroll 0 0;
    width: 100%;
    height: 100%;
}
.card span,.allnews .news-body span, .card-body span {
    margin-right: 20px;
	  text-transform: capitalize!important;
}
.bslider .card-img-overlay span i {
    margin-right: 5px;
}
a.imgoverlay img:hover {
/*     transform: scale(1.1); */
}
a.imgoverlay img {
    transition: all ease .5s;
}
.bslider.sm .card-img-overlay {
    top: 35%;
}
.bslider.sm .card-img-overlay h5, .bslider.sm .card-img-overlay h6 {
    margin-bottom: 5px;
    line-height: 1px;
}
.bslider .card-img-overlay h5 a {
    line-height: 1.8!important;
	 overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.bslider.sm .card-img-overlay h5 a {
    font-size: 14px;
}
.bslider.sm .card-img-overlay h6 {
    margin-bottom: 17px;
}

/* Slider Post */
/* Video Post */
.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 
 .embed-container iframe, .embed-container object, .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.vdoslider .card-body span i {
    margin-right: 5px;
}
.vdoslider .card-body span {
    color: #aaa;
    font-size: 12px;
    margin-right: 10px;
}
.vdoslider .card-body h5 a {
    font-size: 1rem;
    color: #000;
	    display: -webkit-box;
    line-height: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.vdoslider .card-body {
    padding: 0;
	margin:15px;
}
.vdoslider .card-body h5 {
    margin-bottom: 5px;
    line-height: 1.2;
}
.allpadding{
	margin-top:30px;
}
.defaultmarginhide{
	margin-bottom:-30px;
}
.vdoslider {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.socialcon{
    background: #fff;
}
.socialcon ul li a:hover {
    color: #ccc!important;
}
.vdoslider .card {
    max-width: 32%;
}
.vdoslider .ytp-title {
    display: none;
}
.socialcon ul li i {
    border-right: 2px solid #fff;
    height: 100%;
    align-self: center;
    padding: 15px;
    width: 50px;
    font-size: 1.2rem;
    text-align: center;
	    margin-right: 10px;
}
.socialcon ul li {
    margin-bottom: 5px;
}
.socialcon ul {
    list-style: none;
    padding: 0;
}
.allposts {
    background: #fff;
	margin-bottom:40px;
}
.allheader h3 {
    color: #000;
    border-color: #eee;
	font-size: 23px;
    padding-top: 0;
	line-height:2;
	text-transform: uppercase;
}
.socialcon ul li a {
    color: #fff;
    display: flex;
    width: 100%;
    background: #aaa;
    align-items: center;
    height: 50px;
	    margin-right: 10px;
}
.socialcon ul li a strong {
    position: absolute;
    right: 8%;
}
.socialcon ul li.instagram a {
    background: #d13988;
}
.socialcon ul li.telegram a {
    background: #49c4d7;
}
.socialcon ul li.viber a i, .socialcon ul li.telegram a i {
    font-size: 22px;
}
.socialcon ul li.viber a {
    background: #ad02ad;
}
.socialcon ul li.twitter a {
    background: #0694c8;
}
.socialcon ul li.youtube a {
    background: #f00;
}
.socialcon ul li.facebook a {
    background: #3b5998;
}
/* Video Post */
/* Tab News */
.tabnews {
    margin-top: 50px;
}
.tabnews .rt-container-fluid {
/*     margin-top: -9%; */
}
.tabnews .sow-tabs .sow-tabs-tab-container>div>div {
     color: #666!important;
    text-transform: capitalize;
    font-weight: 600;
	    padding: 0px 10px;
    font-size: 14px;
}
.tabnews .sow-tabs .sow-tabs-tab-container {
    justify-content: flex-end;
}
.tabnews .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
    padding: 30px 0 0 0!important;
	margin-bottom: 20px;
}
.tabnews .sow-tabs {
    margin-top: -8%;
    position: relative;
    z-index: 999;
}
.tabnews .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    padding: 10px 5px;
}
.tabnews .rt-detail h3.entry-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    text-transform: initial;
	line-height: 1.6!important;
	font-size: 13px;
}
.tabnews .rt-detail h3.entry-title{
	border:0 none;
	margin-bottom:0!important;
}
.tabnews .rt-detail h3.entry-title:after{
	display:none;
}
.tabnews h3.entry-title {
    display: block!important;
}
section.tabnews >div.card:first-child, section.tabnews >div.card:nth-child(2) {
    width: 49%;
	    font-size: 20px;
}
section.tabnews >div.card {
    width: 32.33%;
	margin-bottom: 30px;
	font-weight: 600;
	    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.8;
}
section.tabnews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.tabnews ul.post-categories li a {
    color: #fff;
    font-size: 14px;
}

section.tabnews ul.post-categories li {
    list-style: none;
    padding:0 5px;
    background: #f00;
    display: inline-flex;
}
section.tabnews ul.post-categories {
    padding: 0;
    margin-top: -25px;
	margin-bottom:0;
}
section.tabnews>div.card img {
    max-height: 150px;
    object-fit: cover;
}
section.tabnews>div.card:first-child img, section.tabnews>div.card:nth-child(2) img {
    max-height: 300px;
}
.tabnews #tab_container_111 .wpsm_nav-tabs>li>a {
}
.archive.category-32 ul.post-categories li:first-child, .archive.category-32 h6{
/* 		display: none; */
	}
.archive.category-32 .allnews a.imgoverlay iframe {
    max-height: 200px;
}
.archive.category-32 .allnews{
	padding:10px 0;
}
/* Tab News */
/* Latest News */
div#ajax-load-more .allnews a.imgoverlay img, div#ajax-load-more .allnews a.imgoverlay iframe{
    max-height: 270px!important;
	width:100%;
}
.allnews .news-body span i,.card-body span i {
    margin-right: 5px;
}
.allnews .news-body span,.card-body span {
    font-size: 14px;
    color: #999;
    margin-right: 15px;
}

.news-body {
    padding: 0px 10px;
    height: auto;
}
.allnews .news-body h5 a {
    color: #000;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 15px;
	line-height: 30px;
}
.archivenews>div.allnews:first-child .news-body h5 a {

}
.archive .allnews a.imgoverlay:before {
    background: none;
}
.allnews .news-body .newcontent p {
    margin: 0!important;
}
.allnews .news-body h6 a,.card-body h6 a {
    background: #f00;
    color: #fff;
    padding:8px;
    font-size: 12px;
	border: 1px solid #f00;
}
.allnews .news-body h6 a:hover, .card-body h6 a:hover{
	background:#fff;
}
.allnews .news-body .newcontent ,.card.mosview .card-body h5 a{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	margin: 15px 0 0;
	font-size: 14px;
}
/* .allnews .news-body {
    width: 49%;
} */
.allnews a.imgoverlay {
    width: 49%;
}
.archivenews>div.allnews:first-child a.imgoverlay img {
/*     height: 310px; */
}
.allnews a.imgoverlay img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 260px;
}
.allnews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
	background: #fff;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
.card.mosview .card-body h5 a {
    color: #000;
}
.card.mosview .card-body h5 {
    font-size: 16px;
    margin-top: 10px;
}
.card.mosview .card-body h6 {
    position: absolute;
    top: -48%;
	left:0;
}
.card.mosview .card-body {
    padding: 0 15px;
	position:relative;
}
/* Latest News */
/* Local news */
.imgnheader .news-body span {
    font-size: .8rem;
}
.imgnheader .news-body h5 a {
    color: #000;
}
.imgnheader .news-body h5 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}
.songparsm .imgnheader .news-body {
    width: 58%;
	align-self:center;
}
.songparsm .imgnheader a.imgoverlay {
    width: 40%;
}
.songparsm .imgnheader a.imgoverlay img {
    height: 100%;
    object-fit: cover;
}
.songparsm .imgnheader {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.songparsm>div:first-child {
    display: none;
}
/* Local news */
/* Three News Row */
.threenews .imgnheader a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
}
.threenews .imgnheader {
    width: 32%;
	background:#fff;
}
threenews .imgnheader h5 {
    padding: 0 10px;
}
.threenews a.imgoverlay img {
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
}
.threenews .imgnheader .news-body{
	padding:0 15px;
}
.threenews h3 {
    width: 100%;
}
.threenews>div>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newletter a:hover {
    color: #fff!important;
}
.newletter a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background: #d44;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

/* Three News Row */
/* Contact Page */
.cntform input[type=submit] {
    border: 0 navajowhite;
    background: #f00;
    color: #fff;
    padding: 5px 20px;
    width: 100%;
}
.cntform label {
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
}
input[type=text], textarea, input[type=email] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 8px 0px;
    outline: 0;
	border: 0 none!important;
    border-bottom: 1px dashed #aaa!important;
}

.cntform h3 {
    margin-bottom: 40px;
}
.cntadderss ul li i {
    margin-right: 5px;
    font-size: 18px;
}
.cntadderss ul li a {
    color: #000;
}
.cntadderss ul li {
    list-style: none;
    line-height: 3;
}
.cntadderss ul {
    padding: 0;
}
/* Contact Page */
/* Archive */
.archivenews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.archive #content h2 {
    color: #000;
    border-bottom: 2px solid #eee;
	line-height: 2;
    position: relative;
    margin-bottom: 30px;
}

.archive #content h2:after {
    content: "";
    position: absolute;
    left: 0;
    width: 140px;
    height: 2px;
    background: #e51515;
    bottom: -2px;
}
.archivenews>div.allnews:first-child a.imgoverlay {
/*     width: 50%; */
}
.archivenews>div.allnews:first-child .news-body {
/*     width: 48%; */
}
.archivenews>div.allnews:first-child .news-body h6 a {
/*     font-size: 15px;
    padding: 7px; */
}
.archive {
    background: #F2F2F2;
}

/* Archive */
/* Single */
.single-post {
    background: #F2F2F2;
}
.single-post h1 {
    font-size: 2rem;
	line-height: 2;
	font-weight:600;
	    margin-bottom: 30px;
}
.entry-post h5 {
    float: left;
    padding-right: 7px;
}
.entry-post h1 {
    margin-bottom: 10px;
    line-height: 50px;
    word-break: break-word;
}
.entry-post {
    background: #fff;
    padding: 15px;
	box-shadow: rgb(149 157 165 / 10%) 0px 8px 24px;
}
.post-writer{
	text-align: right;
    font-style: italic;
    font-weight: 600;
}
aside#secondary {
    position: sticky;
    top: -170%;
}
.single-post aside#secondary .allpadding ,.archive aside#secondary .allpadding {
    margin: 0;
}
.single-post .post-thumbnail {
    margin: 15px 0px;
}
.second-img {
    align-items: center;
	flex-wrap:wrap;
	display:flex;
	justify-content:space-between;
}
.second-img b {
    max-width: 67%!important;
	
}
.single-post article .related-posts b {
    margin: 0;
}
.adnpara b {
    width: 65%;
    border-left: 2px solid #f00;
    padding-left: 13px;
}
.second-img img {
    width: auto;
	margin:0 auto 15px;
	display: inline-block;
	margin-top: 10px;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 3px;
}
.second-img b{
	border-left: 2px solid red;
    display: block;
    margin: 0px 0 0px 0;
    padding-left: 10px;
    font-weight: bold;
    font-family: "sabae";
}

.featureimg {
    position: relative;
}
.featureimg b {
    border-left: 2px solid red;
    display: block;
    margin: 0px 0 10px 0;
    padding-left: 10px;
    font-weight: bold;
    font-family: "sabae";
}
.shareicons .postattri {
    width: 50%;
}
.shareicons {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.allheader .related-posts h3 {
    line-height: 2;
}
.related-posts {
    background: #fff;
    padding: 15px;
    margin-top: 20px;
	box-shadow: rgb(149 157 165 / 10%) 0px 8px 24px;
}
.adnpara section#media_image-3 {
    width: 30%;
}
.adnpara section#media_image-3 img {
    width: max-content;
}
.adnpara img {
    width: 30%;
}
.page-template-template-page-builder-no-sidebar div#content>div>div {
    width: 100%;
    margin: 0 auto;
}
.single-post h5 {
    display: flex;
    align-items: center;
}
.single-post .yarpp-related .yarpp-thumbnail-title,.psac-post-carousel.psac-design-2 .psac-post-title {
    line-height: 2!important;
    max-height: 100%!important;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	 max-width: 100%;
	    font-size: 14px;
    color: #000;
	margin-left:0;
}
.single-post .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 24%;
    overflow: hidden;
    position: relative;
	height: 270px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover span {
    color: #f00;
}
.single-post .yarpp-thumbnails-horizontal {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.yarpp-thumbnail>img {
    object-fit: cover;
}
.postattri {
    width: 100%;
    display: flex;
	flex-wrap:wrap;
	font-size: 18px;
}
.postattri i {
    color: #dd4444;
}
/* Single */
/* Sidebar */
ul.wpp-list {
    padding: 0;
	margin-bottom:0;
}
ul.wpp-list li a, ul.wpp-list li a img {
    width: 100%;
}
ul.wpp-list li {
    display: flex;
    flex-wrap: wrap;
}
.single-post #sow-editor-2 {
    background: #fff;
    padding: 15px;
	margin-bottom: 20px;
}
.archive #sow-editor-2{
	margin-bottom: 20px;
}
.allsidebar #sow-editor-2 {
    background: #fff;
    padding: 15px;
}
.allsidebar .allpadding {
    margin-top: 20px;
}
section#sow-editor-2 h2 {
    color: #000!important;
    border-color: #eee!important;
    font-size: 18px;
}
ul.wpp-list li a {
    color: #000;
    margin-top: 10px;
    font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 2;
	font-size: 14px;
}
.wpp-list li:last-of-type {
    margin-bottom: auto!important;
}
.wpp-list li{
	border-bottom: 1px dotted #d5d5d5;
}
span.wpp-meta.post-stats span:before {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}
span.wpp-meta.post-stats span.wpp-views:before {
    content: "\f06e";
}
span.wpp-meta.post-stats span.wpp-date:before {
    content: "\f1da";
}
span.wpp-meta.post-stats {
    margin-top: 5px;
}
.single-post aside#secondary .hideatsingle {
    display: none;
}
.rt-holder .rt-img-holder a .rt-img-responsive {
    height: 200px;
    object-fit: cover;
}
ul.wpp-list li a,.single-post .yarpp-related .yarpp-thumbnail-title{
	font-family: "sabae";
}
.alm-btn-wrap .alm-load-more-btn {
    width: 100%!important;
}
.wp-pagenavi a, .wp-pagenavi span {
       border-bottom: 2px solid #d44;
    background: #eee;
    padding: 5px 10px;
    color: #000;
}
.wp-pagenavi span.current {
    font-weight: 700;
    background: #d44;
	color:#fff;
}
.wp-pagenavi {
    text-align: center;
	    position: absolute;
    bottom: -50px;
	width:100%;
}
/* Sidebar */
#pg-w623aafc8d0db0-0, #pl-w623aafc8d0db0 .so-panel {
    margin-bottom: 0px!important;
}

ul.post-categories li {
    margin-right: 10px;
}
ul.post-categories {
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: flex-start;
	flex-wrap:wrap;
	margin-top: 10px;
}
.single-post ul.post-categories {
    width:100%;
}
.single-post ul.post-categories li a:before {
    content: "\f02b";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 5px;
}
.single-post ul.post-categories li a:hover {
    background: #d44;
    color: #fff!important;
}
.single-post ul.post-categories li a {
	padding: 0 10px 0 10px;
    text-transform: capitalize;
    transition: all ease .5s;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    background: #ececeb;
    color: #121212;
    display: inline-block;
    line-height: 26px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
}
.threenews{
	overflow:hidden;
}
.psac-post-carousel.psac-design-2 .psac-post-margin-content {
    background: #fff!important;
}
.psac-post-margin-content .psac-post-meta span {
    font-style: normal!important;
}
.tabnews .rt-tpg-isotope>div {
    padding-left: 0px!important;
}
ul.contact-info {
    padding: 0;
    list-style: none;
    line-height: 2;
}
ul.contact-info li span,ul.contact-info li a {
    width: 75%;
}
ul.contact-info li b {
    width: 23%;
}
ul.contact-info li {
    flex-wrap: wrap;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.aboutpg {
    padding: 50px 0;
	margin-bottom:-50px;
}
.about, .aboutcont {
    background: #fff;
    padding: 30px;
}

/* Search */
.ajsearch .btn {
    background: #d44;
    color: #fff;
	padding:5px 10px;
	border-radius:0;
}
.ajsearch {
    width: 6%;
    display: flex;
    justify-content: flex-end;
}
.modal-content,.modal-content .modal-header {
    background: transparent;
	 border: 0 none;
	margin-top: 15%;
}
.modal-header .close {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    opacity: 1;
    margin-bottom: 10px;
}
/* Search */
.extraimg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.extraimg .thumbnail {
    width: auto;
    margin-bottom: 2%;
}
button.alm-load-more-btn.more.loadmore:before {
    content: "နောက်ထပ်ကြည့်ရန်";
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.mega-sub-menu .custom-html-widget .tab-content img {
    height: 200px;
    object-fit: cover;
}
ul.mega-sub-menu li>div>div {
    margin-bottom: 0!important;
}
ul.mega-sub-menu .custom-html-widget .tab-content .rt-holder .entry-title a:hover {
    color: #fff!important;
}
ul.mega-sub-menu .menusmall{
	display:none!important;
}
.menuitem img.rt-img-responsive {
     height: 150px;
    object-fit: cover;
}
.menuitem .rt-tpg-container .even-grid-item {
    padding: 0!important;
    margin: 0!important;
}
.menuitem .rt-tpg-container .layout7 .rt-holder .overlay:before {
    top: 20px;
    right: 10px;
    bottom: 20px;
    left: 10px;
}
a.custom-logo-link img {
    max-width: 200px;
}
ul.mega-sub-menu p {
    margin: 0!important;
    padding: 0!Important;
}
ul.mega-sub-menu h3.entry-title {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box!important;
}
ul.mega-sub-menu .custom-html-widget ul.nav li a:hover {
    transform: translateX(10px);
}
ul.mega-sub-menu .custom-html-widget ul.nav li a {
    line-height: 3;
    font-size: 14px;
    color: #000;
    transition: all ease 0.5s;
	display:block;
}
ul.mega-sub-menu .custom-html-widget ul.nav li {
    border-bottom: 1px dashed #999;
}
ul.mega-sub-menu .custom-html-widget .tab-content {
    width: 79%;
	padding:1%;
}
ul.mega-sub-menu .custom-html-widget a.catlink {
    display: inline-block;
    float: right;
    border-bottom: 1px solid;
    line-height: 2;
    font-size: 16px;
    color: #000;
}
ul.mega-sub-menu .custom-html-widget {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.mega-sub-menu .custom-html-widget ul.nav {
    width: 20%;
    flex-direction: column;
}
.hideatsingle {
    flex-wrap: wrap!important;
}

.allnews a.imgoverlay iframe {
    width: 100%;
    max-height: 250px;
}
.featureimg iframe {
    margin: 0 auto 25px;
    display: block;
}
/* Telegram */
.teleapp>div>div {
    background: #f2f2f2;
/* 	border-radius: 10px; */
	height: 300px;
	overflow: hidden;
}
.teleapp .telehead img {
    width: 25%;
    max-width: 55px;
    margin: 0 auto;
    border-radius: 50%;
}
.teleapp .telehead strong {
    width: 75%;
    color: #fff;
}
.teleapp .telehead strong h5 {
    color: #fff;
    margin: 0;
    font-family: sans-serif;
    padding: 0;
    line-height: 1.5;
     font-size: 16px;
}
.teleapp .telehead {
    display: flex;
    background: #49c4d7;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 80px;
}
.teleapp>div>div>h5 {
    max-width: 70%;
    background: #fff;
    margin: 20px 0 20px 20px;
    padding: 3%;
    font-size: 14px;
    box-shadow: 0px 1px 1px 1px #ddd;
	position:relative;
}
.teleapp.youtube .telehead,.teleapp.youtube .telefoot a {
    background: #f00;
}
.teleapp>div>div>h5:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    content: "";
    left: 0;
    top: 0;
    box-shadow: -4px -5px 1px 1px #dfdfdf;
}
.teleapp .telefoot a {
    background: #49c4d7;
    color: #fff!important;
    width: 65%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}
.bslider.sm section:first-child {
    display: none;
}
.bslider.sm section:nth-child(2) {
    margin-bottom: 30px;
}

.bslider.sm .card-img-overlay ul.post-categories li:nth-child(3) {
    display: none;
}
.teleapp .telefoot {
    background: #fff;
       margin-top: 35px;
    height: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
}
/* Telegram */
/*ပေးစာကဏ္ဍ */
.paysar form.wpcf7-form.init {
    max-width: 80%!important;
    margin: 0 auto;
    background: #fff;
    margin-top: 50px;
    padding: 4%;
    border: 1px dashed #d44;
}
.paysar form p label {
    width: 100%;
}
.paysar form p label div.codedropz-upload-wrapper {
    margin-top: 20px;
}
.paysar form p input[type=submit] {
    background: #d44;
    border: 0 none;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}
.paysar form p label {
    font-weight: bold;
}
.paysar form p label span input {
    display: block;
    margin-top: 20px;
}
.page-id-667 section>div>div:nth-child(2) {
    display: none;
}
.newletter {
    margin-bottom: 30px;
}
/*ပေးစာကဏ္ဍ */
/* Video Archive  */
.archivevdo>div {
    width: 49%;
}
.archivevdo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.archivevdo .vdoarchive .allnews .news-body {
  	width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 10px 0px 10px;
    height: 130px;	
}
.archivevdo .allnews .news-body .newcontent, .archivevdo .allnews ul.post-categories {
    margin: 0;
}

/* Video Archive  */
/* 404 page */
.nothing p, .nothing img {
    text-align: center;
    margin: 0 auto 15px;
    color: #d44;
    font-weight: 600;
}
.nothing ul li {
    margin-bottom: 10px;
}
.nothing ul li a {
    color: #000;
}
.nothing ul {
    padding: 0;
    list-style: inside;
}
.nothing h1 {
    text-align: center;
}
.nothing h2,.widget.widget_archive h3 {
    font-size: 24px;
    font-weight: 600;
}
.nothing .widget.widget_archive h2 {
    display: none;
}
.widget.widget_archive select {
    width: 100%;
    padding: 10px;
	    margin: 10px 0 20px;
}
.widget.widget_archive h2 {
    font-size: 23px;
    font-weight: 500;
}
.home .widget.widget_archive {
    margin-top: 50px;
}

/* 404 page End*/
.bslider .card {
    position: relative;
}
.bslider.sm .card i.fa-play {
    width: 35px;
    height: 35px;
    font-size: 15px;
}
.bslider .card i.fa-play {
    position: absolute;
    right: 2%;
    top: 3%;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid;
	transition: all ease .5s;
}
.bslider .card i.fa-play:hover {
    color: #f00;
}
.featureimg .embed-responsive {
    margin-bottom: 20px;
}
ul.mega-sub-menu h5.card-title {
    display: none;
}
.archive-description p {
    display: none;
}
.tpg-even .rt-holder {
    background: #fff;
}
.rt-holder h3.entry-title a {
    font-size: 13px!important;
}
.card.bg-dark.text-white:before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.primary_local_news .rt-holder {
    background: #fff;
    border-radius: 10px;
}
.primary_local_news .rt-holder .entry-title {
    padding-bottom: 12px;
}
..primary_local_news .rt-holder .date{
	background: #f00;
    color: #fff;
    padding: 5px 5px;
    font-size: 12px;
    border: 1px solid #f00;
}
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail{
	padding: 15px 15px 0px!important;
}

.news-title {
    margin-bottom: 0px;
}
abbr{
	display:none;
}
.yarpp-related{
	font-size: 15px;
}
.yarpp-related h3{
	margin-bottom: 10px!important;
}
.su-quote-style-default {
    margin-bottom: 1em!important;
    font-size: 18px;
    line-height: initial;
    color: red;
	padding: .5em 1.5em!important;
	text-align: center;
}
.archive .pagination {
    text-align: center;
    display: block;
	width: 100%;
}
.sfwppa-navi-style.sfwppa-style-5 .current {
    background: #fff!important;
    color: #ffffff;
    border: 0px!important;
    padding: 0;
    font-size: 16px!important;
}
span.wpp-meta.post-stats {
    color: #000;
}
.category-opinion .allnews .news-body h5 a {
    color: #000;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    word-break: break-all;
}
.category-opinion .allnews img{
	height: 220px;
    object-fit: cover;
}

.category-voice-of-people .allnews img {
    height: auto;
    object-fit: cover;
}
.category-local-news .allnews img {
    height: auto;
    object-fit: cover;
}
.category-feature .allnews img {
    height: auto;
    object-fit: cover;
}
.category-feature .news-body {
    height: 130px;
}
.category-essay .allnews img {
    height: auto;
    object-fit: cover;
}
.category-profile .allnews img {
    height: auto;
    object-fit: cover;
}
.alm-reveal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loadmore-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
    background: #fff;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
	height: 370px;
	
}
.loadmore-news:hover{
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.loadmore-news a {
    color: #000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
}
.loadmore-news ul {
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
	margin-bottom: 0px;
}
.loadmore-news ul li a {
    background: #f00;
    color: #fff;
    font-size: 10px;
	border: 1px solid #f00;
	padding: 0px 3px;
    border-radius: 3px;
}
.loadmore-news ul li a:hover {
    background: #fff;
}
.loadmore-news .postattri span {
    font-size: 14px;
    color: #999;
    margin-right: 15px;
}
.loadmore-span span {
    font-size: 14px;
    color: #999;
    margin-right: 15px;
}

.loadmore-span {
    padding-bottom: 10px;
}
.loadmore-span i {
    margin-right: 5px;
}
.loadmore-news img {
    object-fit: cover;
    height: 230px;
}
.reference-text p {
    border-left: 2px solid red;
    display: block;
    padding-left: 10px;
    font-weight: bold;
}
/* .single p img {
    width: 100%;
} */
.wp-block-quote p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #dd3333;
    word-wrap: break-word;
}
.wpp-thumbnail {
    margin: 0 0 0 0!important;
}
.ajax-loadmore{
	display: inline-block;
}